home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_13 / menu.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1995-04-24  |  216 b   |  11 lines

  1. on mouseUp
  2.   global frm
  3.   puppetSound("HitSound")
  4.   set frm to 0
  5.   set frm to frame()
  6.   set myselect to the castNum of sprite 4
  7.   set myview to the name of cast myselect & "2.DIR"
  8.   go(marker(2))
  9.   go(1, myview)
  10. end
  11.